What are the best practices to persist`Conversational state' in ASP.NET MVC applications?
Posted
by Bubba88
on Stack Overflow
See other posts from Stack Overflow
or by Bubba88
Published on 2010-05-02T05:41:47Z
Indexed on
2010/05/02
5:47 UTC
Read the original article
Hit count: 601
What is the ultimate workaround?)
Desired scenarios are:
- Multistep forms.
- If a page has tabs on it, the tabs should persist their `viewstate'
- Whatever navigation user has chosen, it shouldn't affect (more appropriately,
bother
) the conversational state management.
Those are just several aspects, but I find them much practically relevant.
© Stack Overflow or respective owner